home *** CD-ROM | disk | FTP | other *** search
-
- *
- * README -- General information about the C version of HodgePodge
- *
-
- The files in this directory are the source code for the C version of
- HodgePodge, a sample program which demonstrates many features of the Apple
- //GS tools. To build the executable/launchable (type S16) load file, type
- "MAKE" at the prompt. The executable file will be called "HP".
-
- All files with the suffix ".CC" are the C source files. An additional file,
- "HP.H", is a private header file used by all C source files of HodgePodge.
-
- Throughout the program, calls are made to error checking routines (such as
- CheckDiskError and CheckToolError) in "DIALOG.CC". Since these routines
- are called from many different places, they each take a "Where" integer
- parameter which is displayed along with the error message when an error
- occurs, facilitating the location of the operation which caused the error.
-
-
-
- Files in this directory:
-
- Name Type Comments Access Subtype
- README TXT This file DNBWR
- MAKE SRC Exec script builds HodgePodge DNBWR EXEC
- LINK SRC LinkEd script file DNBWR LINKED
- HP.CC SRC C-language source file DNBWR CC
- EVENT.CC SRC C-language source file DNBWR CC
- MENU.CC SRC C-language source file DNBWR CC
- WINDOW.CC SRC C-language source file DNBWR CC
- FONT.CC SRC C-language source file DNBWR CC
- PRINT.CC SRC C-language source file DNBWR CC
- DIALOG.CC SRC C-language source file DNBWR CC
- HP.H SRC C-language header file DNBWR CC
- HP S16 Executable load file DNBWR
-